home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
elcheapofax
/
faxcmd
/
libfax
/
rcs
/
send.h,v
< prev
next >
Wrap
Text File
|
1995-03-09
|
1KB
|
100 lines
head 1.3;
access;
symbols
OCT93:1.3;
locks;
comment @ * @;
1.3
date 93.09.18.20.16.23; author Rhialto; state Exp;
branches;
next 1.2;
1.2
date 93.06.11.16.15.25; author Rhialto; state Exp;
branches;
next 1.1;
1.1
date 93.06.11.15.19.27; author Rhialto; state Exp;
branches;
next ;
desc
@Prototypes for send.c
@
1.3
log
@Unconditional prototypes.
@
text
@/* $Id: send.h,v 1.2 1993/06/11 16:15:25 Rhialto Exp $
* $Log: send.h,v $
* Revision 1.2 1993/06/11 16:15:25 Rhialto
* First real RCS checkin
*
*/
/*
send.h
(c) Copyright 1991 by David M. Siegel.
All rights reserved.
%W% %G% %U%
*/
#ifndef in_libfax_send_h
#define in_libfax_send_h 1
/*
Prototypes:
*/
int faxmodem_initiate_call(FaxModem *f, char *dialstring);
int faxmodem_send_page(FaxModem *f, int fd, int last_page, int tries);
#endif
@
1.2
log
@First real RCS checkin
@
text
@d1 5
a5 2
/* $Id$
* $Log$
d23 2
a24 15
int faxmodem_initiate_call(
#ifdef _PROTO
FaxModem *f,
char *dialstring
#endif
);
int faxmodem_send_page(
#ifdef _PROTO
FaxModem *f,
int fd,
int last_page,
int tries
#endif
);
@
1.1
log
@Initial revision
@
text
@d1 3
@